home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
BallBreaker.swf
/
scripts
/
frame_5
/
PlaceObject2_32_18
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
299 b
|
17 lines
onClipEvent(enterFrame){
if(this.hitTest(_root.ship))
{
_root.ball.gotoAndStop(2);
_root.vars.fireball = 1;
this.removeMovieClip();
}
if(str ne "bonus4")
{
_Y = _Y + 2;
if(235 < _Y)
{
this.removeMovieClip();
}
}
}